home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / lightwave / lwmlist / 94.lightwave-09 / 000240_owner-lightwave-l _Thu Sep 8 17:28:42 1994.msg < prev    next >
Internet Message Format  |  1994-10-01  |  1KB

  1. Return-Path: <owner-lightwave-l>
  2. Received: by netcom11.netcom.com (8.6.8.1/Netcom)     id MAA26206; Thu, 8 Sep 1994 12:03:18 -0700
  3. Received: by netcom11.netcom.com (8.6.8.1/Netcom)     id MAA26199; Thu, 8 Sep 1994 12:03:18 -0700
  4. Date: Thu, 8 Sep 1994 12:03:18 -0700
  5. From: shf (Stuart Ferguson)
  6. Message-Id: <199409081903.MAA26199@netcom11.netcom.com>
  7. To: lightwave-l@netcom.com
  8. Subject: Re:  Crash.
  9. Sender: owner-lightwave-l@netcom.com
  10. Precedence: bulk
  11. Reply-To: lightwave-l@netcom.com
  12.  
  13. +-- From: dljar1@giaeb.cc.monash.edu.au (Rowan Crawford)
  14. | I did the following:
  15. | 1.  Created a logo using a font.
  16. | 2.  Selected triple.
  17. | 3.  It got to '2 of 2' and froze.
  18.  
  19. You forgot step 4: wait a long time.  Triple can take a long time
  20. to complete when a single polygon has a large number of vertices.
  21. The algorithm is a naive E&S triangulation which is O(N^2) in
  22. the numer of vertices.  I hope to fix this at some point.  You
  23. seem to get no feedback because the progress graph does not
  24. advance while a single polygon is being processed.
  25.  
  26.     - Stuart